LassoScript Utility
Basics Browse Detail

[ChartFX->Smooth]

Tag Link [ChartFX->Smooth] Category ChartFX
Type Member Source Available No
Support Preferred Version 8.5
Change New Data Source Any
Output Type None Security
Implementation LJAPI Sets Lasso 8.5

Description

[ChartFX->Smooth] sets the smoothing preference for a chart. The tag accepts -Fill, -Border, -Text, and -None parameters. For example, [$myChart->(Smooth: -Fill, -Border, -Text)] will turn on all available smoothing. The default setting produces the best looking chart.

Syntax

[Var: 'myChart' = ChartFX]
[$myChart->(Smooth: -Fill, -Border, -Text)]
...

Parameters

Optional Parameters
-Fill Specifies that the chart contents should be smoothed (on by default).
-Border Specifies that the chart border should be smoothed (on by default).
-Text Specifies that the chart labels should be smoothed (on by default).
-None Specifies that no smoothing should be applied.

Change Notes

This tag was added in Lasso 8.5.2.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.